How to active virtualenv in pyCharm terminal by default?#

Steps#

  1. File -> Settings -> Terminal -> Application Settings -> Shell path

  2. Select: cmd.exe

pycharm terminal settings

Before you do this , make sure there is a .venv folder under the project folder.